home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1995 December / PC Answers December 1995 (disc errors).iso / mxc / dryfly.dir / 00037_headd.ls < prev    next >
Encoding:
Text File  |  1995-05-04  |  368 b   |  18 lines

  1. on mouseDown
  2.   global myLine, csn, gmyLineKeep, profileVid, vid
  3.   if the doubleClick or (the timer < 120) then
  4.     beep()
  5.     exit
  6.   end if
  7.   if the castNum of sprite 24 <> 106 then
  8.     beep()
  9.     exit
  10.   end if
  11.   set myLine to gmyLineKeep
  12.   set profileVid to 0
  13.   set vid to 1
  14.   set the castNum of sprite 8 to 27
  15.   set the castNum of sprite 7 to 50
  16.   updateStage()
  17. end
  18.